home *** CD-ROM | disk | FTP | other *** search
- ;; This is an automatically generated file. DO NOT EDIT.
-
- (define stub-im-rec-spec
- '((name #f)
- (lang "")
- (encoding "")
- (name-label "")
- (short-desc "")
- (module-name "")))
- (define-record 'stub-im stub-im-rec-spec)
-
- (define stub-im-list
- '(
- ))
-
- (for-each (lambda (stub)
- (if (memq (stub-im-name stub) enabled-im-list)
- (if enable-lazy-loading?
- (apply register-stub-im stub)
- (require-module (stub-im-module-name stub)))))
- stub-im-list)
-